runtime.bitvector.ptrbit (method)
4 uses
runtime (current package)
heapdump.go#L247: if cbv.ptrbit(i) == 1 {
mbitmap.go#L1491: mask[i/goarch.PtrSize] = locals.ptrbit(off)
stack.go#L591: func (bv *bitvector) ptrbit(i uintptr) uint8 {
stack.go#L612: print(" ", add(scanp, (i+j)*goarch.PtrSize), ":", ptrnames[bv.ptrbit(i+j)], ":", hex(*(*uintptr)(add(scanp, (i+j)*goarch.PtrSize))), " # ", i, " ", *addb(bv.bytedata, i/8), "\n")
|
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |